runtime.schedt.customGOMAXPROCS (field)

8 uses

	runtime (current package)
		debug.go#L83: 	sched.customGOMAXPROCS = true
		debug.go#L126: 	custom := sched.customGOMAXPROCS
		debug.go#L143: 	sched.customGOMAXPROCS = false
		proc.go#L923: 		sched.customGOMAXPROCS = true
		proc.go#L6727: 		custom := sched.customGOMAXPROCS
		proc.go#L6740: 		sched.customGOMAXPROCS = false
		proc.go#L6753: 	custom := sched.customGOMAXPROCS
		runtime2.go#L845: 	customGOMAXPROCS bool // GOMAXPROCS was manually set from the environment or runtime.GOMAXPROCS